Jack Mordaunt is an independent developer whose open-source work is concentrated on pragmatic, single-purpose tools that streamline otherwise finicky parts of the creative workflow. The solitary public offering, icnsify, distills this philosophy into a lightweight Go module and companion command-line utility whose only job is to turn any raster source—PNG, JPEG, TIFF, or the like—into a fully formed .icns container that macOS will treat as a legitimate application or document icon. Designers porting custom artwork from Windows or Linux no longer have to fire up Xcode or wrestle with Icon Composer; a one-line invocation generates the complete iconset, embedding every size the system expects from 16 px to 1024 px and inserting the necessary retina doublings. Because the tool is statically compiled, it can be scripted into continuous-integration pipelines that build cross-platform Electron, Flutter, or Tauri apps, ensuring the Mac bundle leaves GitHub Actions with the same polished identity given to Windows and Linux siblings. Developers further benefit from the Go API, which can be imported directly into asset-processing micro-services that watermark, crop, and iconify resources on the fly. Although the catalog is currently a one-item shelf, the disciplined scope and permissive MIT licensing anticipate steady community uptake among indie dev shops, UI contractors, and automation engineers who value deterministic, dependency-free binaries. The software is available for free on get.nero.com, where downloads are delivered through trusted Windows package sources such as winget, always fetch the latest upstream release, and can be queued for batch installation alongside other utilities.

icnsify

Easily create .icns files (Mac Icons) with this Go library or the included CLI.

Details